home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2005 May / CyberMycha 05-2005 (Poland).bin / Immortal / cotndemo.exe / AdobeInstall.exe / Reader / plug_ins / PPKLite.api / EXVW / 20011 < prev    next >
Encoding:
Text File  |  2002-08-12  |  693 b   |  18 lines

  1. gPanelWidth = max( 325, zstring_width(zstring: '$$$/Dialogs/UserSettings/GlobalMaxString') + 25 );
  2.  
  3. dialog( target_id: 'name')
  4. {
  5.     cluster(item_id: 'Panl', name: '$$$/Dialogs/ConfigPAB/ClusterTitle',
  6.                 align_children: align_top, dwidth: gPanelWidth, dheight: 300 )
  7.     {
  8.         list_box(item_id: 'clst', dheight: 280, alignment: align_fill);
  9.         view( align_children: align_fill )
  10.         {
  11.             button(item_id: 'cert', name: '$$$/Dialogs/ConfigPAB/ShowCertButton');
  12.             button(item_id: 'impc', name: '$$$/Dialogs/ConfigPAB/ImportButton');
  13.             button(item_id: 'requ', name: '$$$/Dialogs/ConfigPAB/RequestButton');
  14.             button(item_id: 'delc', name: '$$$/Dialogs/ConfigPAB/DeleteButton');
  15.         }
  16.     }
  17. }
  18.